home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS02.ADF / Emacs / Emacs.doc < prev    next >
Text File  |  1989-05-30  |  3KB  |  63 lines

  1.  
  2. MicroEmacs Commands
  3.  
  4. <ctrl-@>        Set Mark at current position.
  5. <ctrl-A>        Move cursor to beginning of line.
  6. <ctrl-B>        Move cursor BACK one character.
  7. <ctrl-C>        Push to a new interactive command shell.
  8. <ctrl-D>        DELETE current current character.
  9. <ctrl-E>        Move cursor to END of line.
  10. <ctrl-F>        Move cursor FORWARD one character.
  11. <ctrl-G>        Abort any command. (shades of Teco).
  12. <ctrl-H>        (backspace) delete previous character.
  13. <ctrl-K>        KILL (delete) to end of line.
  14. <ctrl-L>        Redisplay screen.
  15. <ctrl-N>        Move cursor to NEXT line.
  16. <ctrl-O>        OPEN a new line.
  17. <ctrl-P>        Move to PREVIOUS line.
  18. <ctrl-Q>        QUOTE the next character (insert the next character typed).
  19. <ctrl-R>        REVERSE Search.
  20. <ctrl-S>        Forward SEARCH.
  21. <ctrl-T>        TRANSPOSE characters.
  22. <ctrl-U>        Enter repeat count for next command.
  23. <ctrl-V>        VIEW the next screen (scroll up one screen).
  24. <ctrl-W>        Kill region (all text between cursor and last mark set).
  25. <ctrl-Y>        YANK (undelete) last text killed (deleted).
  26. <ctrl-Z>        Save file in current buffer and exit.
  27.  
  28. <ctrl-X>(       Begin keyboard Macro.
  29. <ctrl-X>)       End keyboard Macro.
  30. <ctrl-X>1       Display only current window.
  31. <ctrl-X>2       Split the current window.
  32. <ctrl-X>B       Prompt for new BUFFER.
  33. <ctrl-X>E       EXECUTE keyboard Macro.
  34. <ctrl-X>K       KILL a buffer.
  35. <ctrl-X>N       Move to NEXT window.
  36. <ctrl-X>P       Move to PREVIOUS window.
  37. <ctrl-X>Z       Enlarge current window by repeat count <ctrl-U> lines.
  38.  
  39. <ctrl-X><ctrl-B> Show active BUFFERS.
  40. <ctrl-X><ctrl-C> Exit without saving buffers.
  41. <ctrl-X><ctrl-F> FIND file.  ?non-working?
  42. <ctrl-X><ctrl-N> Scroll current window up by repeat count lines.
  43. <ctrl-X><ctrl-P> Scroll current window up by repeat count lines.
  44. <ctrl-X><ctrl-R> READ file into current buffer.
  45. <ctrl-X><ctrl-S> SAVE (write) current buffer into its file.
  46. <ctrl-X><ctrl-V> VISIT a file. Read file and display in current window.
  47. <ctrl-X><ctrl-W> WRITE buffer to file.
  48. <ctrl-X><ctrl-Z> Reduce current window by repeat count lines.
  49.  
  50. <del>           delete previous character.
  51.  
  52. <esc>!          Move current line to repeat count lines from top of window.
  53. <esc>>          Move cursor to end of buffer.
  54. <esc><          Move cursor to beginning of buffer.
  55. <esc>B          Move cursor BACK one word.
  56. <esc>C          CAPITALIZE (Capitalize) word.
  57. <esc>D          DELETE next word.
  58. <esc><del>      DELETE previous word.
  59. <esc>F          Move cursor FORWARD one word.
  60. <esc>L          LOWERCASE (lowercase) next word.
  61. <esc>U          UPPERCASE (UPPERCASE) next word.
  62. <esc>V          VIEW the previous screen (scroll down one screen).
  63.